30 COLOR 0,7:LOCATE 1,16:PRINT STRING$(49,36):I9$=" any ":COLOR 0,7:FOR X=1 TO 25:LOCATE X,15:PRINT"$";:LOCATE,65:PRINT"$";:NEXT X:COLOR 7,0:LOCATE 15,34:PRINT"C.R. Hunter":LOCATE 17,31:PRINT"& Associates, Inc.
121 CR=1:OPEN "ASSUME.DAT" FOR INPUT AS #1:X=FRE(0):FOR I=1 TO 5:FOR J=1 TO 10:INPUT#1,IR(I,J):NEXT J:NEXT I:FOR X=1 TO 19:INPUT#1,CB(X):FOR Y=1 TO 6:INPUT#1,FP(X,Y):INPUT#1,PB(X,Y):INPUT#1,PG(X,Y):NEXT Y:NEXT X:FOR Z=1 TO 13:INPUT#1,RP(Z):NEXT Z
270 FOR Y=1 TO 10:READ YR$(Y):NEXT Y:DATA FIRST YEAR,SECOND YEAR,THIRD YEAR,FOURTH YEAR,FIFTH YEAR,SIXTH YEAR,SEVENTH YEAR,EIGHTH YEAR,NINTH YEAR,TENTH YEAR:T$="TOTAL - ":FOR Z=1 TO 19:READ TC$(Z):NEXT Z
2192 CLS:LOCATE 1,1:PRINT"This tutorial program was created in order to introduce you":PRINT:PRINT"to the concepts of inflation-proofing. To run INFLATION PROOFER,":PRINT:PRINT"you need only to read each screen and follow the instructions
2194 PRINT:PRINT"given. Remember that each time the program asks you to enter data,":PRINT:PRINT"you are to type the desired characters, then press ENTER.":PRINT:PRINT"Pressing ENTER tells the program to accept your data.
2210 OPEN "SCREEN" FOR INPUT AS #1:Z=FRE(0):FOR LX=1 TO 500:LINE INPUT#1,B$(LX):NEXT LX:CLOSE#1:Z=FRE(0)
2510 LOCATE 7,1:PRINT"Level inflation:":PRINT:PRINT"Inflation levels off at some constant rate.":GOTO 2340
2530 LOCATE 7,1:PRINT"Rising inflation:":PRINT:PRINT"Inflation rises in waves, as it has over the past ten years or so.":GOTO 2340
2550 LOCATE 7,1:PRINT"Runaway inflation:":PRINT:PRINT"Inflation rises to extremely high rates.":GOTO 2340
2570 LOCATE 7,1:PRINT"Soft landing:":PRINT:PRINT"Inflation eases downward to a very low rate and stays there.":GOTO 2340
2590 LOCATE 7,1:PRINT"Deflation:":PRINT:PRINT"Negative inflation rates, similar to a 1930's style depression.":GOTO 2340
2610 CLS:X=LP:ON S GOTO 2640,2660,2680,2700,2720,2740,2760,2780,2800,2820,2830,2840,2850,2860,2870,2880,2890,2900,2910
2640 LOCATE 7,1:PRINT"Gold bullion:":PRINT:PRINT"Gold bars and gold (non-numismatic) coins":GOTO 2340
2660 LOCATE 7,1:PRINT"Gold options:":PRINT:PRINT"Call option contracts that allow the owner to buy gold":PRINT"at a fixed price until a stated expiration date":GOTO 2340
2800 LOCATE 7,1:PRINT"Put options:":PRINT:PRINT"Contracts that allow the owner to sell a company's stock":PRINT"at a fixed price until a stated expiration date":GOTO 2340
2820 LOCATE 7,1:PRINT"Real Estate:":PRINT:PRINT"Investments in land and buildings":GOTO 2340
2830 LOCATE 7,1:PRINT"Collectibles:":PRINT:PRINT"Items such as precious stones, works of art, numismatic coins and rare stamps":GOTO 2340
2840 LOCATE 7,1:PRINT"Cash:":PRINT:PRINT"Dollars held outside the bank to be used in an emergency":GOTO 2340
2850 LOCATE 7,1:PRINT"Treasury Bills:":PRINT:PRINT"Short-term (up to one year) U.S. government obligations; or holdings":PRINT"in a money market fund that invests exclusively in such securities":GOTO 2340
2860 LOCATE 7,1:PRINT"Other Short-term $ Holdings:":PRINT:PRINT"Dollar holdings in savings accounts, certificates of deposit, commercial paper,":PRINT"and in money market funds which invest in such instruments":GOTO 2340
2870 LOCATE 7,1:PRINT"Treasury Bonds:":PRINT:PRINT"Long-term (10-30 years) U.S. government obligations":GOTO 2340
2880 LOCATE 7,1:PRINT"Other Long-Term $ Holdings:":PRINT:PRINT"Long-term dollar assets such as corporate bonds, municipal bonds and mortgages":GOTO 2340
2890 LOCATE 7,1:PRINT"Short-Term $ Debt:":PRINT:PRINT"Margin debt or other obligations incurred to finance investments,":PRINT"including floating-rate mortgages":GOTO 2340
2900 LOCATE 7,1:PRINT"Long-Term $ Debt:":PRINT:PRINT"30-year mortgages with a fixed rate of interest":GOTO 2340
2910 LOCATE 7,1:PRINT"Other Investments:":PRINT:PRINT"Anything not covered in the other categories, such as commodity funds,":PRINT"investment partnerships, gold stocks, etc.":GOTO 2340
3000 ZH=X+1:GOTO 4000
3100 INPUT" -$",M$:CMV(X)=VAL(M$):HN=LEN(TC$(KK)):IF SGN(CMV(X))=1 THEN CMV(X)=-CMV(X)
3130 GOTO 4136
4000 F1$="$$###,###,###":CLS:LOCATE 1,1:PRINT"CREATE A PORTFOLIO:":PRINT:PRINT"Next to each investment category, enter the number of dollars":PRINT:PRINT"you wish to invest and press ENTER. If no investment is desired,":PRINT
4040 PRINT"press ENTER. ";:COLOR 0,7:PRINT"Do not enter commas.":COLOR 7,0:FOR X=1 TO 11:KK=XTABLE(X):LOCATE X+9,10:PRINT TC$(KK);:IF X=11 GOTO 3100
4132 INPUT" $",M$:CMV(X)=VAL(M$):HN=LEN(TC$(KK))
4136 LOCATE X+9,HN+10:PRINT SPC(47-HN):LOCATE X+9,37:PRINT USING F1$;CMV(X):NEXT X:LOCATE,37:PRINT"-------------":TCMV=0:FOR X=1 TO 11:TCMV=TCMV+CMV(X):NEXT X:LOCATE,10:PRINT" TOTAL PORTFOLIO = ";:LOCATE,37:PRINT USING F1$;TCMV:PRINT
5005 CLS:PRINT"Choose the inflation scenario that you think is most likely":PRINT:PRINT"to occur in the next ten years. Your portfolio will then":PRINT
5020 PRINT"be analyzed according to Harry Browne's assumptions. (You will":PRINT:PRINT"be given a chance to review or change assumptions later.)":PRINT
5060 PRINT"Type number, press ENTER";:INPUT" ",S8$:S=VAL(S8$):IF S<1 OR S>5 THEN BEEP:GOTO 5060
5095 CPI=1:FOR X=1 TO 10:CPI=CPI*(1+IR(S,X)/100):NEXT X:TH=0:TT=0:FOR K=1 TO 11:KK=XTABLE(K):TS=PB(KK,S):TV(K)=(TS/100)*TCMV:P1=(FP(KK,S))/CPI:HFPP(K)=(CMV(K)/CB(KK))*P1:TFPP(K)=(TV(K)/CB(KK))*P1:TH=TH+HFPP(K):TT=TT+TFPP(K):NEXT K
5348 LOCATE 24,1:PRINT"Do you want to see a suggested balanced portfolio of same $ amount";:LOCATE 25,1:PRINT"based on expectation of ";:COLOR 0,7:PRINT IS$(S);:COLOR 7,0:INPUT" (Y/N)? ",A$:IF LEFT$(A$,1)="N"OR LEFT$(A$,1)="n"THEN 5490
5370 IF LEFT$(A$,1)="Y"OR LEFT$(A$,1)="y"THEN 5400
5490 CLS:LOCATE 1,1:PRINT"We suggest that you take a look at what happens to your":PRINT:PRINT"portfolio in each of the inflation scenarios. Do you want":PRINT:PRINT"to project your portfolio in a different scenario (Y/N)?";:INPUT" ",A$
5494 IF LEFT$(A$,1)="Y"OR LEFT$(A$,1)="y"THEN CLS:GOTO 11295
5495 IF LEFT$(A$,1)="N"OR LEFT$(A$,1)="n"THEN 5990
5498 BEEP:GOTO 5490
5500 CLS:PRINT"Do you want to enter a different portfolio (Y/N)?";:INPUT" ",A$:IF LEFT$(A$,1)="Y"OR LEFT$(A$,1)="y"THEN 4000
5520 IF LEFT$(A$,1)="N"OR LEFT$(A$,1)="n"THEN 11300
5530 BEEP:GOTO 5500
5791 LOCATE V2,1:PRINT"YOUR PORTFOLIO =";:PRINT USING F9$;BGAIN;:PRINT"% ";:IF SGN(YGAIN)=-1 THEN GL$="LOSS":GOTO 5794
5793 PRINT GL$;" IN FUTURE PURCHASING POWER";:GOTO 5795
5794 COLOR 0,7:PRINT GL$;:COLOR 7,0:PRINT" IN FUTURE PURCHASING POWER";
5795 RETURN
5800 LOCATE 3,30:PRINT"CURRENT FUTURE (10 YRS.)":LOCATE 4,30:PRINT"MARKET VALUE PURCHASING POWER":LOCATE 5,34:PRINT"($)";:LOCATE 5,56:PRINT"($)":LOCATE 6,1:FOR X=1 TO 67:PRINT"-";:NEXT X:FOR X=1 TO 11:K=XTABLE(X)
5900 LOCATE X+6,1:PRINT TC$(K);:LOCATE,29:PRINT USING F8$;CV(X);:LOCATE,50:PRINT USING F8$;PPP(X):NEXT X:LOCATE 18,1:FOR X=1 TO 67:PRINT"=";:NEXT X:LOCATE 19,5:PRINT"TOTAL";:LOCATE,27:PRINT USING F7$;TCMV;:LOCATE,48:PRINT USING F7$;PT
5955 IF TCMV=0 THEN PGAIN=0:GOTO 5970
5960 PGAIN=((PT-TCMV)/TCMV)*100
5970 RETURN
5990 IF ASM=1 GOTO 10000
6010 CLS:ASM=1:GOSUB 6030:ZH=X+1:GOTO 10000
6030 FOR X=ZH TO LX:IF LEFT$(B$(X),1)=">"THEN RETURN
10020 LOCATE 1,1:PRINT"Do you want to rewiew/change";I9$;"of Harry Browne's":PRINT:PRINT"assumptions about inflation rates (Y/N)?";:INPUT" ",A$:IF LEFT$(A$,1)="Y"OR LEFT$(A$,1)="y"THEN 10140
10040 IF LEFT$(A$,1)="N"OR LEFT$(A$,1)="n"THEN 12100
10212 LOCATE,5:PRINT"5. Deflation":PRINT:PRINT:PRINT"For which scenario do you wish to see":PRINT"Inflation Rate Assumption Table?":PRINT:PRINT"Type number, press ENTER";:INPUT" ",S6$:S=VAL(S6$):IF S<1 OR S>XF THEN BEEP:GOTO 10140
10450 LOCATE 1,1:PRINT"INFLATION RATE TABLE: ";:COLOR 0,7:PRINT IS$(S):COLOR 7,0:LOCATE 3,1:PRINT N1$;:LOCATE 3,30:PRINT NM$:FOR X=1 TO 43:PRINT"-";:NEXT X:PRINT:FOR X=1 TO 9
10520 LOCATE X+5,2:PRINT X;:PRINT" - ";:PRINT SN$(X);:LOCATE,34:PRINT USING F1$;SV(X):NEXT X:X=10:LOCATE 15,1:PRINT X;:PRINT" - ";:PRINT SN$(X);:LOCATE,34:PRINT USING F1$;SV(X)
10590 PRINT:IF ED=1 THEN ED=0:GOTO 10660
10620 IF XT=1 GOTO 11200
10630 PRINT"which ";N2$;" Type number,press ENTER";:PRINT"To end editing,type ";:COLOR 0,7:PRINT"A";:COLOR 7,0:INPUT")CCEPT -> ";L$:IF LEFT$(L$,1)=" A"THEN RETURN
10655 CLS:GOTO 10450
10660 LN=VAL(L$):IF LN<1 OR LN>NN%THEN BEEP:GOTO 10450
10690 SP=LEN(F1$):LOCATE LN+5,H2:COLOR 0,7:PRINT SPC(SP):COLOR 7,0:LOCATE LN+5,H2:INPUT" ",A$:SV(LN)=VAL(A$):LOCATE LN+5,H2:PRINT SPC(SP):LOCATE LN+5,H2+4:PRINT USING F1$;SV(LN):IF XT=1 THEN LOCATE 19,1:GOTO 11200
10740 LOCATE 23,1:GOTO 10630
10860 BH=27:H2=30:F1$="##,###.#% ":NM$="INFLATION RATE":FOR X=1 TO 10:SN$(X)=YR$(X):SV(X)=IR(S,X):NEXT X:GOSUB 10440:FOR X=1 TO 10:IR(S,X)=SV(X):NEXT X:I9$=" any more ":GOTO 10000
11200 PRINT"Which year's rate do you wish to change?":PRINT:PRINT"Type number, press ENTER;":PRINT"or to end editing, press ENTER";:INPUT" ",L$:IF LEFT$(L$,1)=""THEN RETURN
11232 XC=1:C2=1:ED=1:CLS:GOTO 10450
11291 IF I9$<>" any more "OR XC=0 THEN 12100
11293 CLS:LOCATE 1,1:PRINT"You may now analyze your portfolio":PRINT:PRINT"according to your new assumptions.":PRINT:I9$=" more ":C2=0
11295 CLS:PRINT"Choose your inflation scenario.":PRINT:GOTO 5030
11299 BEEP:RETURN
11300 CLS:GOSUB 6030:BH=X+1:CLS:COLOR 0,7:LOCATE 1,4:FOR X=1 TO 33:PRINT"$";:NEXT X:FOR X=1 TO 17:LOCATE X,4:PRINT"$";:LOCATE,36:PRINT"$";:NEXT X:LOCATE 17,4:FOR X=1 TO 33:PRINT"$";:NEXT X:COLOR 7,0
11400 CLS:LOCATE 7,1:PRINT"To begin again, type: RUN":ON ERROR GOTO 0:END
11500 PRINT"ONE MOMENT, PLEASE ....":ZZ=FRE(0):RESUME:IF XC=0 THEN PRINT"Your portfolio will then be analyzed ":PRINT:PRINT"according to Harry Browne's assumptions.
11610 GOTO 5030
12100 CLS:PRINT"Do you want to revalue your current portfolio (Y/N)?";:INPUT" ",A$:IF LEFT$(A$,1)="Y"OR LEFT$(A$,1)="y"THEN 11295
12105 IF LEFT$(A$,1)="N"OR LEFT$(A$,1)="n"THEN 5500
12107 GOSUB 11299:GOTO 12100
15000 LOCATE 24,1:PRINT"Do you want introductory text? (Y/N) ";
15010 YN$=INKEY$:IF YN$=""THEN 15010
15020 IF YN$="y"OR YN$="Y"OR YN$="n"OR YN$="N"THEN 15099